home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / cdxvbf1a / readme.txt < prev   
Encoding:
Text File  |  1999-09-14  |  2.0 KB  |  38 lines

  1. CDXVBFont
  2. =========
  3.  
  4. CDXVBFont is part of the CDXVB library for VB6.
  5.  
  6. This particular class module is one dealing mainly with windows fonts.
  7.  
  8. The aim of CDXVB is to try to create a standard in VB for VB games programmers. I know they are very useful for me, and I have decided to release the source code.
  9.  
  10. The whole library is on my hard-disk, and when I feel it is the right time, it will be released. There are beta versions out there, but not a final release yet!
  11.  
  12. CDXVB already contains:
  13. CDXVBFPS - Display Frames Per Second (Works using GDI calls)
  14. CDXVBINI - Get/set values in INI files with no hassle
  15. CDXVBInput - DirectInput wrapper
  16. CDXVBLayer - CDXVBSurface wrapper displaying a scrollable background 'layer'
  17. CDXVBMap - CDXVBSurface wrapper for map manipulation and display on a DirectDraw surface
  18. CDXVBMusic - Manipulate and play MIDI files
  19. CDXVBMusicCD - (Temporarily lost - HD crash) CD music from VB!
  20. CDXVBScreen - DirectDraw wrapper
  21. CDXVBSound - DirectSound wrapper
  22. CDXVBSoundBuffer - Play wav files on DirectSound buffers
  23. CDXVBSprite - CDXVBSurface wrapper for simplistic sprites
  24. CDXVBSurface - DirectSurface wrapper
  25.  
  26. Going to add soon (Demo programs done already!):
  27. CDXVBCredits - Display end-game credits like at the end of a movie only this fades on and off
  28. CDXVBTypeWriter - Cool 'typewriter' effect where the function is called each frame, but only one character is typed at a time until the whole line is completed!
  29. CDXVBSnow - Create 'snow' like effects. For this to work, there must be a plain black background and some text in the middle of the screen.
  30.  
  31. The example program demonstrates the class wrapper, I leave it up to you what you do with it though. Hopefully though this program should help you a lot if you are looking for installing your own font on the computer and wanting to do cool effects with it!
  32.  
  33. NOTE: The gradient text function, although it will 'work' with any font, it works BEST (I mean, optimum results) with a fixed width font such as fixedsys.
  34.  
  35. Enjoy!
  36.  
  37. Gilb.
  38. (thegilb@hotmail.com)